/*初始化代码*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
i{font-style:normal;}

* {
    font-family: Microsoft YaHei;
}

body {
    background: #fff;
    font-size: 14px;
    overflow: hidden;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #00b755;
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    outline: none;
}

table {
    margin: 0 0 30px;
    width: 100%;
    border-collapse: collapse;
}

table th,
table td {
    padding: 15px;
    padding: 7px 18px;
}

table th img,
table td img {
    max-width: 100%;
}

table thead {
    background: #eee;
}

table thead th,
table thead td {
    text-transform: uppercase;
    font-weight: 900;
    color: #111;
}

html {
    overflow-y: scroll;
}
 .jump_foot{position: fixed;right:0px;top:20%;z-index: 99999;}
 .jump_foot ul li{background:#fff;line-height:50px;border-bottom:1px solid #eee;list-style-type: none;}
 .jump_foot ul li a{color:#333;text-decoration: none;font-size:16px;padding-right: 10px;}
 .jump_foot ul li a img{width: 40px;padding-top: 11px;display: block;padding-left: 15px;float: left;padding-right: 5px;}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}
.clear{ clear:both;}
@font-face {
	font-family:"HarmonyOS";
	src: url("../css/HarmonyOS_Sans_SC_Black.ttf");
}
a:hover{color: #24a35c;}
.top-c .top-r>a:hover,.keyword_box dd a:hover,.incase-ibox .imgs dl a:hover,.innews-c .innews-tit>h4 a:hover,.innews-c .scifaq .scifaq-t:hover h4,.innews-c .scinew-b h4:hover {color: #24a35c;}
.invideo .invideo-r a:hover{-webkit-transform: translateY(-20px); transform: translateY(-20px); -webkit-transition: all ease .6s; transition: all ease .6s;}
.innews-c .scinew .scinew-t:hover h4,.innews-c .scifaq-img p:hover{color: #24a35c;}
.yqlinkl dd a:hover{color:#fff}
/*初始化代码 end*/


/* m-title */

.m-titbg {
    overflow: hidden;
}

.m-title {
    text-align: center;
    margin: 50px auto;
}

.m-title h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-weight: bold;
    color: #333;
}

.m-title h3>span {
    color: #00b755;
}

.m-title p {
    position: relative;
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    line-height: 30px;
}

.m-titbg .m-mess {
    float: right;
    width: 130px;
    line-height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 20px;
    margin-top: 60px;
}

.m-titbg .m-mess:hover {
    background-color: #00b755;
    color: #fff;
    transition: all 0.3s;
}


/* m-title end */


/* m-bbtn */

.m-bbtn {
    text-align: center;
    margin-top: 50px;
}

.m-bbtn a {
    display: inline-block;
    padding: 0 50px;
    line-height: 44px;
    border-radius: 22px;
    color: #fff;
    font-size: 16px;
    background-color: #ce982c;
}

.m-bbtn a:last-child {
    margin-left: 15px;
}

.m-bbtn a:hover {
    background-color: #00b755;
    transition: all 0.3s;
}


/* m-bbtn end */


/* m-btn */

.m-btn {
    display: block;
    position: relative;
    width: 8%;
    margin: 50px auto;
    line-height: 40px;
    background-color: #00b755;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.m-btn:hover {
    color: #fff;
}


/* m-btn end */


/* topbg */

.topbg {
    border-top:2px solid #00b755;
}

.top-c {
    color: #666;
    line-height: 46px;
}
.top-c .top-r{float: right;}
.top-c .top-r>a {
    color: #666;
    padding-left: 20px;
    margin-left: 20px;
}
.top-c .top-r>a:nth-child(1){background:url(../images/icon_01.png) no-repeat center left;}
.top-c .top-r>a:nth-child(2){background:url(../images/icon_02.png) no-repeat center left;}
.top-c .top-r>a:nth-child(3){background:url(../images/icon_03.png) no-repeat center left;}
/* topbg end */


/* header */

.head-bg {
    width: 100%;
    top: 0;
    z-index: 9999;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto !important;
    transition: all 0.1s;
    height: 105px;
    padding-bottom: 30px;
}

header .head-logo {
    display: flex;
    align-items: center;
}

header .head-logo h1 {
    display: flex;
}

header .head-logo a {
    outline: none;
}

header .head-logo h1>a {
    display: flex;
}

header .head-logo h1>a .head-img {
    font-size: 40px;
    font-weight: bold;
    color: #10376d;
}

header .head-logo h1>a .head-img img {

}

header .head-logo i {
    display: inline-block;
    width: 12px;
    height: 67px;
    background: url(../images/lg-line.jpg) center no-repeat;
    margin: 0 15px;
    margin-top: 10px;
}
header .head-logo .head-txt{padding-left:30px;}
header .head-logo .head-txt p {
    font-size: 42px;
    font-weight: bold;
    color: #333;
}

header .head-logo .head-txt span {
    display: block;
    font-size: 22px;
    padding-top: 4px;
    color: #414141;
}
header .head-logo .head-txt span em{color:#ff9000;font-weight: bold;}
header .head-tel {
    font-size: 16px;
    color: #666;
    padding-left: 50px;
    background: url(../images/icon_5.png) left center no-repeat;
}

header .head-tel>h2 {
    color: #333;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    font-family: "HarmonyOS";
}


/* navbg */

.navbg {
    width: 100%;
    top: 0;
    z-index: 9999;
    background-color: #00b755;
    height: 60px;
}

.navbg .top-nav {
    display: flex;
    align-items: center;
    z-index: 9999;
}

.navbg .nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 99999;
}

.navbg .nav>li {
    position: relative;
    width: 12.5%;
    line-height: 60px;
}

.navbg .nav>li::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    top: 0;
    z-index: 0;
    /* transform: skewX(-25deg); */
    transition: all 0.3s;
    border-left: solid 1px #3dc87e;
}

/* .navbg .nav>li::after {
    position: absolute;
    right: 0px;
    top: 0px;
    background:url(../images/icon_04.png) no-repeat center left;
    border-left: solid 1px #3dc87e;
    content: '';
    display: block;
    height: 60px;
    color: #3dc87e;
} */
.navbg .nav>li.nact::before, .navbg .nav>li:hover::before{border-left: solid 1px #ffab3d;border-right: solid 1px #ffab3d;}
.navbg .nav>li:last-child::after {
    display: none;
}

.navbg .nav>li.nav-line {
    width: 3px;
    height: 60px;
    background: url(../images/nav-line.jpg) center no-repeat;
}

.navbg .nav>li>a {
    position: relative;
    z-index: 1;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.navbg .nav>li>a>span {
    display: block;
    font-size: 14px;
    color: #99c8f9;
    text-transform: uppercase;
}

.navbg .nav>li>a::after {
    display: none;
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #00b755;
    transition: all 0.3s;
}

.navbg .nav>li>dl {
    display:none;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    box-shadow: 0px 1px 5px #ccc;
}
.navbg .nav>li:hover dl{display:block}
.navbg .nav>li>dl a {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    transition: all 0.3s;
    overflow: hidden;
    height: 50px;
}

.navbg .nav>li.nact::before,
.navbg .nav>li:hover::before {
    background-color: #ff9000;
}

.navbg .nav>li.nact>a,
.navbg .nav>li:hover>a {
    color: #fff !important;
}

.navbg .nav>li.nact>a::after,
.navbg .nav>li:hover>a::after {
    width: 100%;
}

.navbg .nav>li:hover>dl {
    display: block;
    z-index: 99999;
}

.navbg .nav>li>dl a:hover {
    background-color: #00b755;
    color: #fff;
}


/* navbg end */


/* 顶部电话 */

.head-bg .top-tel {
    font-size: 22px;
    color: #00b755;
    font-weight: bold;
    background: url(../images/top-tel.png) left center no-repeat;
    background-size: 30px;
    padding-left: 35px;
    margin-left: 20px;
}


/* 顶部电话 end */


/* 语言弹窗 */

.menu-lang {
    display: none;
    align-items: center;
}

.top-lang {
    display: none;
    position: relative;
    margin-left: 40px;
    /* background-color: #00b755; */
}

.top-lang>a {
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 0;
    border-radius: 50%;
    margin-top: 40px;
}

.top-lang>a:first-child {
    background: url(../images/ch.png) center no-repeat;
    background-size: cover;
    margin-right: 14px;
}

.top-lang>a:last-child {
    background: url(../images/en.png) center no-repeat;
    background-size: cover;
}

.toplang .dw2 {
    float: left;
    display: inline-block;
    height: 50px;
    width: 130px;
    cursor: pointer;
    margin-top: 34px;
    position: relative;
}

.toplang .dw2 .j_tab {}

.toplang .dw2:after {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    /* background: rgb(245, 245, 245); */
    right: 0;
    top: 0;
}

.toplang .dw2.yuyan:before {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    /* background: rgb(245, 245, 245); */
    left: 0;
    top: 0;
}

.toplang .dw2 .dh {
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-right: 1px solid #fff;
}

.toplang .dw2 .dh span {
    background: url(../images/jt1.png) right center no-repeat;
    padding-right: 22px;
}

.toplang .dw2 .dd {
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 90px;
    width: 100%;
    text-align: center;
    background: #ef8201;
    left: 0;
    border: 1px solid #ef8201;
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
    transform: translateY(15px);
    z-index: 9999999;
}

.toplang .dw2 .dd:before {
    content: '';
    display: inline-block;
    border: 8px solid transparent;
    border-bottom: 8px solid #ef8201;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
}

.toplang .dw2 .dd a {
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    text-decoration: none;
    text-indent: 20px;
    background: url(../images/ch.png) 37% center no-repeat;
    background-size: 26px;
}

.toplang .dw2 .dd a:nth-child(2) {
    background: url(../images/en.png) 37% center no-repeat;
    background-size: 26px;
}

.toplang .dw2 .dd a:hover {
    font-weight: bold;
}

.toplang .dw2.cur .dd {
    top: 50px;
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.toplang .tel-ser {
    float: left;
    display: block;
    height: 96px;
    width: 88px;
    font-size: 0;
}

.tc {
    transition: all ease 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tc.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.tc-box {
    width: 60rem;
    padding-top: 40px;
    max-width: 80%;
    margin: 0 auto;
    margin-top: -80px;
    box-sizing: border-box;
    /* background:#fff; */
    display: block;
    position: relative;
    z-index: 1;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
}

.tc.act .tc-box {
    -webkit-animation-name: anim-open-2;
    animation-name: anim-open-2;
    transform: scale(1);
}

.close {
    position: absolute;
    cursor: pointer;
    color: #e13a39;
    font-size: 30px;
    right: 30px;
    top: 30px;
}

.tc_bg {
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.tc_txt {
    height: 470px;
    overflow-y: auto;
    padding-right: 30px;
}


/*寮圭獥鍐呭鏍峰紡*/

.tc-box form {
    position: relative;
    border-bottom: 2px solid #eee;
    height: 4.25rem;
    padding-right: 20px;
    position: relative;
}

.tc-box .tc_fdj {
    position: absolute;
    left: 20px;
    display: block;
    height: 4.25rem;
    line-height: 4.25rem;
}

.tc-box .tc_fdj img {
    width: 1.3rem;
}

.tc-box form label {
    text-align: left;
    display: block;
    position: absolute;
    bottom: 0;
    height: 4.25rem;
    line-height: 4.25rem;
    font-size: 1.6rem;
    color: #999;
    pointer-events: none;
    margin-left: 20px;
    transition: 0.3s;
}

.tc-box form label.act {
    font-size: 16px;
    bottom: 3rem;
    line-height: 3rem;
    height: 3rem;
}

.tc-box #keyword {
    width: 80%;
    height: 4.25rem;
    padding: 0 20px;
    font-size: 1.6rem;
    color: #999;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    border: 0;
}

.tc-box .btn_blue {
    width: 40px;
    height: 4.25rem;
    border: 0;
    line-height: 4.25rem;
    background-size: 40px;
    font-size: 1.125rem;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
}

.tc-box .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}


/* 语言弹窗 end */


/* xg */

.head-bg.xg .navbg {
    position: fixed;
}

.head-bg.xg .top-tlb {
    display: none;
}

.head-bg.xg .top-lang>a {
    margin-top: 26px;
}

.head-bg.xg .head-logo i {
    height: 62px;
}

.head-bg.xg .head-logo h1 p {
    font-size: 16px;
}

.head-bg.xg .head-logo h1 p>span {
    font-size: 20px;
}

.head-bg.xg .nav>li>a {
    font-size: 16px;
}


/* xg end */

header .menu {
    display: none;
    cursor: pointer;
    height: 30px;
    width: 50px;
    margin-right: 15px;
    position: relative;
}

header .menu .line {
    display: block;
    width: 30px;
    height: 1px;
    background: #333;
    position: absolute;
    right: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}

header .menu .line1 {
    top: 5px;
}

header .menu .line2 {
    top: 15px;
}

header .menu .line3 {
    top: 25px;
}

header .active .line1 {
    transform: rotate(45deg) translate(2px, 12px);
    -webkit-transform: rotate(45deg) translate(2px, 12px);
    -moz-transform: rotate(45deg) translate(2px, 12px);
}

header .active .line2 {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    opacity: 0;
}

header .active .line3 {
    transform: rotate(-45deg) translate(2px, -12px);
    -webkit-transform: rotate(-45deg) translate(2px, -12px);
    -moz-transform: rotate(-45deg) translate(2px, -12px);
}

header.xg .menu .line,
header:hover .menu .line {
    background-color: #333;
}

header .navbar {
    display: none;
    padding: 15px 22px 0px;
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 66px;
    z-index: 998;
    box-sizing: border-box;
}

header .navbar .a-wrap .a-list {
    display: block;
    width: 100%;
    line-height: 55px;
    color: #666;
    border-bottom: 1px solid #eee;
    transition: width ease 0.4s;
    -moz-transition: width ease 0.4s;
    -webkit-transition: width ease 0.4s;
    font-size: 16px;
}

header .navbar .a-wrap .a-list:last-child {
    border-bottom: none;
}

header .navbar .active .a-list {
    width: 40%;
}

header .navbar .active .a-list:nth-child(1) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
}

header .navbar .active .a-list:nth-child(2) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
}

header .navbar .active .a-list:nth-child(3) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}

header .navbar .active .a-list:nth-child(4) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
}


/* header end */


/* banner */

.index-banner {
    width: 100%;
    position: relative;
}

.index-banner .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.index-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index-banner .swiper-slide img {
    max-width: 100%;
}

.index-banner .swiper-container .swiper-button-next,
.index-banner .swiper-container .swiper-button-prev {
    opacity: 0;
    z-index: 998;
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 50% 50%;
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.index-banner .swiper-container .swiper-button-prev {
    left: 3%;
    background-image: url(../images/arrow-left.png);
}

.index-banner .swiper-container .swiper-button-next {
    left: auto;
    right: 3%;
    background-image: url(../images/arrow-right.png);
}

.index-banner:hover .swiper-container .swiper-button-next,
.index-banner:hover .swiper-container .swiper-button-prev {
    opacity: 1;
}

.index-banner .swiper-container .swiper-button-next:hover,
.index-banner .swiper-container .swiper-button-prev:hover {
    background-color: rgba(36, 163, 92, 0.8);
}

.index-banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    background: #fff;
    opacity: 0.6;
    transition: all 0.3s;
}

.index-banner .swiper-pagination-bullet-active {
    width: 40px;
    opacity: 1;
}

.thumbs-list {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #00b755;
}

.thumbs-list .thumbs-title {
    width: 12%;
    background-color: #00b755;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.thumbs-list .thumbs-title>h2 {
    font-size: 28px;
    font-weight: bold;
}

.thumbs-list .thumbs-next {
    width: 4%;
    background: #00b755 url(../images/thumbs-next.png) center no-repeat;
    background-size: 40px;
    cursor: pointer;
}

#thumbs {
    width: 84% !important;
    height: 110px !important;
}

#thumbs .swiper-slide {
    height: 100%;
    cursor: pointer;
    background-size: cover !important;
}

#thumbs .swiper-slide-thumb-active {}


/* banner end */

/* 关键词搜索 */
.keyword_dg{position:relative;}
.keyword_box{height:90px;line-height:90px;background:#fff;top:-50px;z-index: 99;position: absolute;box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);}
.keyword_box dd{float:left;padding-left:33px;font-size:16px;font-weight: bold;color:#00a03e;}
.keyword_box dd a{color:#666;padding:0 8px;font-weight:100;}
.keyword_right{float: right;background: #f2f2f2;border-radius:50px;margin-top: 28px;margin-right: 40px;}
.keyword_right form input{line-height:36px;border:none;height:36px;float: left;color:#999;font-size: 14px;}
.keyword_right form .textCont{padding-left:16px;width:270px;background: none;}
.keyword_right form .anSearch {border: 0;background: url(../images/icon_6.png) no-repeat center;width:40px;height:36px;float: right;}


/* invideo */
.invideo_box{background: url(../images/gsbj.png) no-repeat center;}
.invideo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3%;
    position: relative;
}

.invideo .invideo-l {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    max-width: 800px;
}

.invideo .invideo-l video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.invideo .invideo-r {
    position: relative;
    width: 45%;
}

.invideo .invideo-r h3 {
    font-size: 60px;
    font-weight: bold;
    color: #00b755;
    margin-top: 30px;
}

.invideo .invideo-r h3>span {
    color: #00b755;
}

.invideo .invideo-r h4 {
    font-size: 24px;
    line-height: 50px;
    color:#333;
}
.invideo .invideo-r dd{font-size: 16px;line-height:36px;color:#333; padding-bottom: 35px;}
.invideo .invideo-r p {
    font-size: 16px;
    line-height: 36px;
}

.invideo .invideo-r a {
    display: block;
    width: 160px;
    padding-right:55px;
    line-height: 49px;
    background:#00b755 url(../images/icon_8.png) no-repeat center right;
    color: #fff;
    text-align: center;
    font-size: 16px;
    transition: all 0.3s;
    margin-bottom: 70px;
}

/* invideo end */

/* 公司证书 */
.zs_box{margin-top: 40px;}
.zs_box ul{display: flex; flex-wrap: wrap;justify-content: space-between;}
.zs_box ul li{width:32%;background:#f7f7f7;}
.zs_box ul li img{width:100%;}
.zs_box ul li em{display:none;}
.zs_box ul li dl{padding:30px 0px;background:url(../images/icon_9.png) no-repeat top 38px right;margin: 0 9%;}
.zs_box ul li dl dt{font-size:24px;color:#333;}
.zs_box ul li dl dd{font-size:16px;color:#999999;}
.zs_box ul li dl span{background:url(../images/icon_10.png) no-repeat center right;display: block;width:62px;height: 35px;margin-top: 12px;}
.zs_box ul li:hover dl span{background:url(../images/icon_11.png) no-repeat center right;}
.zs_box ul li:hover img{box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);}
/* 公司证书 */
/*标题*/
.title_home{text-align: center;padding-top:65px;position: relative;}
.title_home i{color:rgba(230,230,230,0.4);font-size: 110px;font-weight: bold;font-family: "Arial"; text-transform: uppercase;}
.title_home h2{font-size:44px;font-weight: bold;margin-top: -75px;}
.title_home h2 span{color:#24a35c;}
.title_home dd{font-size:24px;line-height:60px;color:#333;}

/* innum */

.innum {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.05);
}

.innum li {
    width: 25%;
    background:url(../images/icon_12.png) no-repeat center right;
    text-align: center;
    padding:32px 0 28px;
}

.innum li:nth-child(4n) {
    background: none;
}

.innum h4 {
    font-size: 16px;
}

.innum h4>span {
    font-size: 72px;
    font-family: "HarmonyOS";
    color: #00b755;
}

.innum p {
    font-size: 18px;
}


/* innum end */



/* 定制实力 */

.custom {
    position: relative;
    background: url(../images/scx.png) center no-repeat;
}

.cust-b {
    display: flex;
    flex-wrap: wrap;
}

.cust-b .cust-l {
    width: 50%;
    overflow: hidden;
}

.cust-b .cust-l>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.cust-b .cust-l:hover>img {
    transform: scale(1.05);
}

.cust-b .cust-r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 32%;
    padding-left: 18%;
    background-size: cover;
}

.cust-b .cust-r>h3 {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    margin: 50px 0 10px
}
.cust-b .cust-r>img{padding-top:30px;transition: all 0.3s;}
.cust-b .cust-r:hover>img {
    -webkit-transform: translateY(-20px); transform: translateY(-20px); -webkit-transition: all ease .6s; transition: all ease .6s;
}
.cust-b .cust-r>b {
    display: block;
    width: 78%;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 3%;
}

.cust-b .cust-r>b>i {
    display: block;
    width: 20%;
    height: 1px;
    background-color: #00b755;
}

.cust-b .cust-r>p {
    font-size: 16px;
    line-height: 32px;
    max-width:570px;
    color:#333;
}

.cust-b .cust-r>p:last-child {
    padding-bottom: 20%;
}

.custom>ul {
    position: absolute;
    left: 55%;
    bottom: 10%;
    display: flex;
}

.custom>ul>li {
    position: relative;
    cursor: pointer;
    width: 130px;
    background-color: #333;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    padding: 3% 0;
    border-right: 1px solid #fff;
    transition: all 0.3s;
}

.custom>ul>li::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    border: 10px solid #00b755;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

.custom>ul>li>img {
    width: 50px;
    filter: grayscale(100%) brightness(10);
}

.custom>ul>li.cur {
    background-color: #00b755;
}

.custom>ul>li.cur::after {
    border-bottom-color: #00b755;
}


/* 定制实力 end */

/* 解决方案服务商 */
*{margin:0;padding:0;list-style-type:none;}
#scroll{max-width:1200px;margin:0 auto;padding-top:30px;font-family:"Microsoft Yahei";width:100%;}
#scroll .owl-wrapper-outer{margin:0 auto;}
#scroll .item{position:relative;width:95%;margin:0 auto;background:#f7f7f7;overflow:hidden;}
#scroll .shd{position:absolute;left:0;top:0;width:100%;height:100%;}
#scroll .shd a{display:block;width:250px;height:239px;*background-image:url(about:blank);background-image:url(about:blank)\0;}
#scroll .txt{padding:30px 12px;color:#666;}
#scroll h3{overflow:hidden;text-align: center;font-size:24px;line-height:35px;}
#scroll h3 a{color:#333;text-decoration:none;}
#scroll p{line-height:30px;font-size:16px;}

#scroll .item:hover .shd{background-color:rgba(0, 0, 0, 0);}
#scroll .item:hover .txt{border-left:5px solid #00b755;;}
#scroll .item:hover{background:#fff;box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);}

.owl-theme .owl-controls .owl-buttons div{position:absolute;top:180px;width:44px;height:44px;margin:0;padding:0;border-radius:0;font:35px/44px "宋体";background-color:transparent;overflow:hidden;_display:none;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-70px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-70px;}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{content:"<";}
.owl-theme .owl-controls .owl-buttons .owl-next:before{content:">";}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
    padding-bottom:10px;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #ccc;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #fff;
	filter: Alpha(Opacity=50);/*IE7 fix*/
    border: 1px solid #ccc;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
    background: #00b755;
    color:#fff;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #d6d6d6;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	background: #d9730e;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/* 解决方案服务商 end */


/* news-con */

.news-bg {}

.news-bg .innews-c {
    display: flex;
    justify-content: space-between;
    margin: 20px auto 50px;
}

.innews-c .innews-l {
    width: 48%;
}

.innews-c .innews-tit {
    display: flex;
    margin-bottom: 4%;
    background: url(../images/intic.png) left 4px no-repeat;
    background-size: 26px;
    padding-left: 38px;
    padding-bottom: 3%;
    border-bottom: 1px solid #ddd;
}

.innews-c .innews-tit.int-faq {
    background-image: url(../images/intfaq.png);
}

.innews-c .innews-tit>h4 {
    position: relative;
    font-size: 24px;
    margin-right: 3%;
}

.innews-c .innews-tit>h4:nth-child(2) {
    padding-left: 35px;
}

.innews-c .innews-tit>h4:nth-child(2)::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #999;
    position: absolute;
    left: 10px;
    top: 8px;
}

.innews-c .innews-tit>h4 a {
    color: #666;
}

.innews-c .innews-tit>h4.cur a {
    font-weight: bold;
    color: #00b755;
}

.innews-c .innews-tit>a {
    display: block;
    line-height: 30px;
    flex: 1;
    text-align: right;
}

.innews-c .scinew {
    position: relative;
    overflow: hidden;
}

.innews-c .scinew .inw-img {
    height: 296px;
}

.innews-c .scinew .scinew-t {
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #ddd;
}

.innews-c .scinew img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innews-c .scinew h4 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 54px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.innews-c .scinew h4>span {
    display: inline-block;
    width: 70px;
    line-height: 25px;
    background-color: #00b755;
    border-radius: 12px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    margin-right: 15px;
}

.innews-c .scinew p {
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.innews-c .scinew p>span {
    color: #666;
}
.innews-c .scinew p:hover span {
    color: #00b755;
}
.innews-c .scinew-b>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.innews-c .scinew-b h4 {
    line-height: 30px;
    font-size: 15px;
    font-weight: normal;
    color: #666;
}

.innews-c .scinew-b h4>span {
    width: 15px;
    height: 15px;
    border-radius: 0;
    line-height: 16px;
    margin-right: 6px;
}

.innews-c .innews-r {
    width: 48%;
}

.innews-c .scifaq {}

.innews-c .scifaq .scifaq-t {
    margin-bottom: 5%;
    padding-bottom: 5%;
    border-bottom: 1px solid #ddd;
}

.innews-c .scifaq h4 {
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 1%;
}

.innews-c .scifaq p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.innews-c .scifaq-b h4 {
    position: relative;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 34px;
    color: #666;
    padding-left: 15px;
}

.innews-c .scifaq-b h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 0;
    height: 0;
    border: 4px solid #666;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.innews-c .scifaq-b h4:hover {
    color: #00b755;
}

.innews-c .scifaq-b h4:hover::before {
    border-left-color: #00b755;
}

.innews-c .scifaq-img {
    margin-top: 0%;
}

.innews-c .scifaq-img a {
    display: flex;
    flex-wrap: wrap;
}

.innews-c .scifaq-img img {
    width: 100%;
}

.innews-c .scifaq-img p {
    display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 20%;
    background-color: #00b755;
    color: #fff;
    text-align: center;
}

.innews-c .scifaq-img p>img {
    width: 25px;
    height: 25px;
}


/* news-con end */

  /* 底部 */
  .footlanl {
    width: 68%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footlanl_txt {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footlanlimg {
    margin-right: 60px;
    margin-left: 75px;
    transform: translateY(-75px);
    -webkit-transform: translateY(-75px);
    -moz-transform: translateY(-75px);
    -ms-transform: translateY(-75px);
    -o-transform: translateY(-75px);
  }
  .footlanlh span {
    font-size: 40px;
    color: #fff;
    font-weight:bold;
  }
  .footlanlh b {
    font-size: 18px;
    color: #eedccd;
    font-weight: 100;
    font-family: "Arial";
    margin-left: 10px;
  }
  .footlanlp {
    color: #fff;
    font-size:18px;
    padding-top: 10px;
  }
  .footlanr {
    width: 32%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
   .footlanra {
    width: 224px;
    height: 54px;
    overflow: hidden;
    text-align: center;
    line-height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
  }
  .footlanra:hover {
    border-color: transparent;

  }
  .pl:hover {
    padding-left: 8px;
  }
  .pl {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
  }
  .footlanra i {
    font-size: 30px;
    color: #fff;
  }
  .footlanra span {
    font-size: 18px;
    color: #fff;
    background:url(../images/icon_15.png) no-repeat center left;
    padding: 5px 0 5px 45px;
  }
  .footb {
    background: url(../images/foot.png) center bottom;
    z-index: 1;
    position: relative;
  }
  .footblxfs {
    background: -moz-linear-gradient(left, #22b25d 0%, #0d8466 100%);
    background: -webkit-linear-gradient(left, #22b25d 0%, #0d8466 100%);
    background: -o-linear-gradient(left, #22b25d 0%, #0d8466 100%);
    background: -ms-linear-gradient(left, #22b25d 0%, #0d8466 100%);
    background: linear-gradient(to left, #22b25d 0%, #0d8466 10);
  }
  .footblxfs_item {
    padding: 28px 0;
    width: 40%;
  }
  .footblxfs_item dd{color:#fff;line-height:30px;padding-top:10px;}
  .footblxfs_item:last-child {
    border-right: none;
  }
  .footblxfs_itemi{
  }
  .footblxfs_itemtxt {
    margin-left: 15px;
    margin-top: 5px;
  }
  .footblxfs_itemtxth {
    color: #fff;
    font-size:20px;
  }
  .footblxfs_itemtxtp {
    /*    margin-top: 5px;*/
    font-size: 14px;
    color: #fff;
    font-family: "Arial";
  }
  .footblxfs_itemtxtp a {
    color: #777777;
    font-family: "Arial";
    font-size:18px;
  }
  .footbbq_box{max-width:1200px;margin:0 auto;}
  .yqlinkl{max-width:1200px;margin:0 auto;padding-top:40px;}
  .yqlinkl dd{float: left;}
  .yqlinkl dd,.yqlinkl dd a{font-size:16px;color:#999;}
  .yqlinkl dd a{padding-right:10px;}
  .yqlinkl span{float: right;color:#999;}
  .footbnav {
    padding: 50px 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width:1200px;
    margin:0 auto;
  }
  .footbnav_box {
    width: 70%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .footbnav_box_itemh {
    font-size:20px;
    color: #fff;
  }
  .footbnav_box_itembox {
    margin-top: 15px;
  }
  .footbnav_box_itembox .footbnav_itembox_link {
    line-height:32px;
    display: block;
    font-size: 16px;
    height:32px;
    overflow: hidden;
    color: #cccccc;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .footbnav_box_item{background:url(../images/icon_13.png) no-repeat center left;width: 25%;padding-left: 6%;}
  .footbnav_weixin {
    width: 26%;
    text-align: center;
  }
  .footbnav_weixintx {
    margin-top: 8px;
    font-size: 14px;
    color: #777;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .footbnav_weixinimg img {
    margin: auto;
  }
  .footbnav_weixinimg img:nth-child(1){float: right;}
  .footbnav_weixinimg img:nth-child(2){float: right;}
  .footbnav_weixin:hover .footbnav_weixintx {
    color: #fff;
  }
  .footbnav_box_itembox .footbnav_itembox_link:hover {
    color: #fff;
  }
  .footbbq {
    border-top: 1px solid #3e3e3e;
    line-height: 60px;
  }
  .footbbql_sy {
    font-size: 15px;
    color: #777777;
  }
  .footblxfs .w1200{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
  .footblxfs_item01 {
    width: 20%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footbbql .footbbql_ba {
    margin-left: 15px;
    font-size: 16px;
    color: #777777;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .footbbql .footbbql_ba:hover {
    color: #fff;
  }
  .footbbqr span {
    font-size: 13px;
    color: #777777;
  }
  .footbbqr a {
    font-size: 15px;
    color: #777777;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .footbbqr a:hover {
    color: #fff;
  }
  .footbnav_box_itembox .footbnav_itembox_link:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
  }
  @media screen and (max-width: 1200px) {
    .footlan {
      padding: 20px 0;
    }
    .footbnav {
      padding: 50px 0;
    }
    .footlanlimg {
      transform: translateY(-75px);
      -webkit-transform: translateY(-75px);
      -moz-transform: translateY(-75px);
      -ms-transform: translateY(-75px);
      -o-transform: translateY(-75px);
    }
  }
  @media screen and (max-width: 992px) {
    .footlan {
      padding: 30px;
      height: auto;
      margin-top: 30px;
    }
    .footblxfs_item {
      padding: 25px 0 25px 10px;
    }
    .footblxfs_itemi i {
      display: none;
      font-size: 26px;
    }
    .footblxfs_itemtxtp {
      margin-top: 0;
    }
    .footblxfs_itemtxtp a {
      font-size: 14px;
    }
    .footbbq > div {
      width: 100%;
      text-align: center;
      font-size: 12px;
    }
    .footlanlimg {
      display: none;
    }
    .footlanr .footlanra {
      width: 200px;
      height: 50px;
      line-height: 50px;
    }
    .footbnav {
      display: block;
    }
    .footbnav_box {
      width: 100%;
      margin-bottom: 40px;
    }
    .footbnav_weixin {
      width: 100%;
      background: rgb(32, 32, 32);
      padding: 30px;
    }
    .footbbq > div.fr {
      display: none;
    }
    .footbbq {
      margin-bottom: 0px;
    }
  }
  @media screen and (max-width: 768px) {
    .footlan {
      display: none;
    }
    .incase-ibox .imgs dl a{color:#00b755 !important;display: none;}
    .pr_imgs_a{display:inline-block !important}
    .keyword_box dd{display: none;}
    .incase-bd{padding: 55px 0 14px !important;}
    .keyword_box{width: 90% !important;top: auto;height: 60px;line-height: 60px;}
    .incase-ibox .img_box{position: inherit !important;}
    .incase-ibox .imgs dl h2,.incase-ibox .imgs dl dt{display: none;}
    .incase-ibox .imgs{    margin-top: 20px !important;max-width: 96% !important;}
    .incase-ibox .imgs dl p{max-width: 96% !important;padding-bottom: 10px !important;}
    .incase-ibox .imgs dl dd{font-size: 22px !important;line-height: 50px !important;}
    .title_home dd{font-size:18px;line-height: 40px;}
    .title_home i{font-size: 70px;}
    .title_home h2{font-size:24px;}
    .incase-ibox{margin-top:20px !important;}
    .cust-b .cust-l{text-align: center;}
    .cust-b .cust-l>img{width:95%;}
    .keyword_right{    width: 90%;margin-top: 12px;margin-right: 20px;}
    header{height: auto;}
    header .head-logo .head-txt{padding-left: 10px;}
    .keyword_right form .textCont{width: 70%;}
    .mainCont{margin-top: 80px;}
    .footblxfs_itemi i {
      display: block;
      font-size: 30px;
    }
    .footblxfs_item {
      width: 100%;
      padding-left: 15px;
      border-right: none;
      border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    .footbnav_box .footbnav_box_item {
      display: none;
    }
    .footbnav_box .footbnav_box_item:first-child, .footbnav_box .footbnav_box_item:nth-of-type(3) {
      display: block;
    }
    .footbnav {
      padding: 30px 0 0;
    }
    .footbnav > div {
      /* width: 50%; */
    }
    .footbnav_box_itembox {
      margin-top: 15px;
    }
    .footbbql_sy, .footbbql .footbbql_ba {
      font-size: 14px;
      line-height: 1.2;
    }
  }
  /*.footbbql .footbbql_ba{display: none;}*/
  .box9026_-2034 {
    display: none;
    font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
    color: #666;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #e3e3e3;
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.box9026_-2034 * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box9026_-2034 a {
    text-decoration: none;
    color: inherit;
}

.box9026_-2034 ul,
.box9026_-2034 li {
    list-style: none;
}

.box9026_-2034 ul {
    overflow: hidden;
}

.box9026_-2034 .nav-item {
    float: left;
    width: 25%;
}

.box9026_-2034 .nav-item .img-box {
    width: 40px;
    height: 20px;
    margin: 0 auto;
    background: no-repeat 50% 50% / auto 20px;
}

.box9026_-2034 .nav-item .icon-home {
    background-image: url(../images/sy1.png);
}

.box9026_-2034 .nav-item .icon-tel {
    background-image: url(../images/dh.png);
}

.box9026_-2034 .nav-item .icon-msg {
    background-image: url(../images/ly.png);
}

.box9026_-2034 .nav-item .icon-address {
    background-image: url(../images/dz.png);
}

.box9026_-2034 .link-name {
    padding-top: 6px;
}
/* footer end */


/* 左侧快速联系 */

.f7 .m-mod {
    font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
    color: #333;
}

.f7 .m-mod * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.f7 .m-mod a {
    color: inherit;
    text-decoration: none;
}

.f7 .m-mod img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

.f7 .m-mod ul,
.f7 .m-mod li {
    list-style: none;
}

.f7 .m-gotop {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 18%;
}

.f7 .m-gotop-box {
    position: relative;
    float: right;
}

.f7 .m-gotop .a {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background-color: #353535;
    color: #fff;
    margin-bottom: 4px;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.f7 .m-gotop .a>img {
    width: 26px;
    margin-top: 12px;
}

.f7 .m-gotop .a>p {
    font-size: 13px;
}

.f7 .m-gotop .a.active,
.f7 .m-gotop .a:hover {
    background: #00b755;
}

.f7 .m-gotop .a .i {
    float: left;
    width: 70px;
    height: 70px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
}

.f7 .m-gotop .a-service .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.f7 .m-gotop .a-service-phone .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: -27px 0;
}

.f7 .m-gotop .d {
    display: none;
    width: 223px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 75px;
    min-height: 80px;
    border: 1px solid #e0e1e5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.f7 .m-gotop .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../images/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 31px;
}

.f7 .m-gotop .d .inner-box {
    padding: 8px 22px 12px;
    color: #333;
}

.f7 .m-gotop .d .inner-box p {
    font-size: 22px;
}

.f7 .m-gotop .d-service-item {
    border-bottom: 1px solid #eee;
    padding: 14px 0;
}

.f7 .m-gotop .d-service .d-service-item {
    border-bottom: none;
}

.f7 .m-gotop .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #f1f1f3;
    display: block;
    float: left;
}

.f7 .m-gotop .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    display: block;
    transition: all 0.2s;
    border-radius: 50%;
    overflow: hidden;
}

.f7 .m-gotop .d-service-item:hover .i-qq {
    background-position: center 3px;
}

.f7 .m-gotop .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    display: block;
}

.f7 .m-gotop .d-service-item h3 {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}

.f7 .m-gotop .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}

.f7 .m-gotop .d-service-item .text .number {
    font-family: 'Microsoft Yahei', Arial, sans-serif;
}

.f7 .m-gotop .d-service-intro {
    padding-top: 10px;
}

.f7 .m-gotop .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888;
}

.f7 .m-gotop .d-service-intro i {
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

.f7 .m-gotop .d-qrcode {
    text-align: center;
}

.f7 .m-gotop .d-qrcode .inner-box {
    padding: 20px 0;
}

.f7 .m-gotop .d-qrcode p {
    font-size: 16px;
    color: #93959c;
}

.f7 .m-gotop .a:hover .d {
    display: block;
}


/* 左侧快速联系end */


/* ****************************************************** */


/* 首页响应式 */

@media (max-width: 1440px) {
    .custom>ul {
        bottom: 3%;
    }
    .in-about .inab-l>ul>li {
        font-size: 20px;
    }
    .in-about .inab-c .inab-r ul {
        height: 38%;
    }
}

@media (max-width: 1400px) {
    header {
        margin: 15px auto !important;
    }
    .head-bg.xg header {
        margin: 5px auto !important;
    }
    header .nav>li>a {
        padding: 0 10px;
    }
    header .head-logo h1 p {
        font-size: 18px;
        margin-top: 24px;
    }
    header .head-logo h1 p>span {
        font-size: 24px;
    }
}

@media (max-width: 1200px) {
    .w1200 {
        width: auto;
    }
    .keyword_box{width:100%;}
    .m-title {
        margin: 35px auto;
    }
    .m-title i {
        margin: 5px auto;
    }
    .m-btn {
        margin: 30px auto;
    }
    header {
        margin: 0% 15px !important;
    }
    header .head-logo .head-txt p {
        font-size: 30px;
    }
    header .head-logo .head-txt span {
        font-size: 16px;
    }
    header .head-tel>h2 {
        font-size: 28px;
    }
    header .nav>li>a {
        padding: 0 15px;
    }
    header .nav .toplink {
        display: none;
    }
    .head-bg .nav>li>a {
        font-size: 15px;
    }
    .head-bg.xg .nav>li>a {
        font-size: 15px;
    }
    .head-bg .nav>li>dl a {
        line-height: 46px;
        font-size: 15px;
    }
    /* invideo */
    .invideo .invideo-r h3 {
        font-size: 36px;
    }
    .invideo .invideo-r h4 {
        font-size: 20px;
    }
    .invideo .invideo-r p {
        font-size: 15px;
        line-height: 32px;
    }
    .innum h4>span {
        font-size: 56px;
    }
    /* invideo end */
    /* inpro */
    .inpro-cl dl {
        line-height: 60px;
    }
    .inpro-cl dl a {
        font-size: 16px;
    }
    .inpro-box .inprob-r h3 {
        font-size: 36px;
        line-height: 60px;
    }
    .inpro-box .inprob-r h4 {
        font-size: 16px;
    }
    .inpro-box .inprob-r ul>li>img {
        width: 75px;
    }
    .index-pro .swiper-container-pro .swiper-slide>a>p>button {
        margin-top: 0;
        line-height: 26px;
        width: 40%;
        font-size: 13px;
    }
    .index-pro .swiper-container-pro .swiper-slide>a>p {
        font-size: 16px;
        line-height: 46px;
    }
    .index-pro .inpro-r {
        margin-bottom: 3%;
    }
    /* inpro end*/
    /* custom */
    .cust-b .cust-r>img {
        height: 280px;
    }
    .owl-carousel .owl-wrapper{width: 100% !important;}
    .owl-carousel .owl-item{width: 33.3% !important;}
    .invideo .invideo-l{width: 50% !important;}
    .cust-b .cust-r>h3 {
        font-size: 32px;
    }
    .cust-b .cust-r>p {
        line-height: 28px;
    }
    .custom>ul>li {
        width: 120px;
        font-size: 14px;
    }
    .custom>ul>li>img {
        width: 35px;
    }

    .m-title h3 {
        font-size: 32px;
    }
    .m-title p {
        font-size: 16px;
        line-height: 32px;
    }
    .m-bbtn {
        margin: 20px 0;
    }
    .index-pro .pro-box {
        padding-bottom: 15px;
    }
    footer .foot-con {
        margin-top: 0;
    }
    footer .foot-con>i {
        display: none;
    }
    footer .foot-link {
        line-height: 80px;
    }
    footer .foot-con {
        padding: 3% 15px;
    }
    footer .foot-r {
        width: 58%;
    }
}
@media (max-width: 1140px) {
    .footbnav_weixin{width: 30%;}
}
@media (max-width: 1080px) {
    header .head-tel>h3 {
        font-size: 25px;
    }
    .head-bg .nav>li>a {
        font-size: 15px;
    }
    .head-bg .nav>li {
        line-height: 56px;
    }
    .inys-bg .ys_t ul li b {
        font-size: 16px;
    }
    .innews-c .innews-r h3 {
        font-size: 15px;
    }
    .innews-c .innews-r .inn-line {
        margin-bottom: 1.5%;
    }
    /* invideo */
    .invideo .invideo-r h3 {
        font-size: 32px;
    }
    .invideo .invideo-r h4 {
        font-size: 18px;
        line-height: 42px;
    }
    .invideo .invideo-r p {
        font-size: 14px;
        line-height: 26px;
    }
    .invideo .invideo-r a {
        font-size: 14px;
    }
    .innum h4>span {
        font-size: 44px;
    }
    .innum p {
        font-size: 15px;
    }
    .inpro-box .inprob-r h3 {
        font-size: 32px;
    }
    /* invideo end*/

    /* custom */
    .custom>ul>li {
        line-height: 14px;
    }
    /* custom end */
    /* cfbox */
    .cpcf-box .cfbox-line {
        flex-wrap: wrap;
    }
    .cpcf-box .cfbox-line .cpcf-l {
        width: 34%;
    }
    .cpcf-box .cfbox-line .cpcf-r {
        width: 60%;
    }
    .cpcf-box .cfbox-line h4 {
        font-size: 22px;
    }
    .cpcf-box .cfbox-line a {
        width: 32%;
        line-height: 30px;
        font-size: 13px;
    }
    /* cfbox end */

    footer .foot-nav li>a {
        font-size: 14px;
    }
    footer .foot-er p {
        font-size: 14px;
    }
    /* f7 */
    .f7 .m-gotop .a {
        width: 60px;
        height: 60px;
        font-size: 12px;
    }
    .f7 .m-gotop .a>img {
        width: 28px;
        margin-top: 6px;
    }
    /* f7 end */
}

@media (max-width: 996px) {
    .head-bg.xg #header-top {
        position: fixed;
        width: 96%;
        background-color: #fff;
        top: 0;
        z-index: 9999;
        margin: 0px auto !important;
        padding: 0 2%;
        box-shadow: 0 0 5px #ccc;
    }
    .m-title {
        margin: 26px auto;
    }
    /* header */
    .navbg {
        border-bottom: 0;
        background: none;
    }
    
    .head-bg .top-nav {
        display: none;
    }
    .head-toptit {
        display: none;
    }
    header .head-tel {
        display: none;
    }
    header {
        margin: 1% 15px !important;
    }
    .menu-lang {
        display: flex;
    }
    header .navbar {
        top: 140px;
    }
    .head-bg.xg header .navbar {
        top: 72px;
    }
    header .menu {
        display: block;
    }
    header .head-logo h1>a .head-img {
        font-size: 32px;
    }
    header .head-logo h1>a .head-img img {
        width: 110px;
    }
    header .head-logo .head-txt p {
        font-size: 18px;
    }
    header .head-logo .head-txt span {
        font-size: 14px;
    }
    /* header end*/

    .top-lang {
        margin-left: 0px;
    }
    .top-lang>a {
        margin-top: 0;
        margin-bottom: 15px;
    }

    /* innews */
    .innews-c .innews-tit>h4 {
        font-size: 20px;
    }
    .innews-c .swiper-container-faq a>.inw-time p {
        font-size: 42px;
    }
    /* innews end */
    .incl-c .incl-lg {
        width: 180px;
    }
    footer .foot-cen p {
        line-height: 30px;
    }
    footer .foot-cen .foot-add img {
        max-width: 100%;
    }
    footer .foot-er .foot-er-box {
        margin: 0 5px;
    }
    footer .foot-cen .foot-l {
        display: none;
    }
    footer .foot-copy {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .footbbqr {display:none;}
    .keyword_dg{width: 100% !important;}
    .keyword_box{left: 5%;}
    .footbbql {line-height:0px;}
    .footbbql_sy{line-height:35px}
    .news-l img{height: 90px !important;}
    .ab_lx_fsl{display:none;}
    .p12-aboutinfo-1-nr .lx:nth-child(2){display: none;}
    .lx h2, .lx1 h2{width: 100% !important;}
    .m-title h3 {
        font-size: 24px;
    }
    .m-title p {
        font-size: 14px;
        line-height: 28px;
    }
    .topbg {
        display: none;
    }
    header .navbar {
        top: 77px;
    }
    /* invideo */
    .invideo .invideo-r a {
        width: 28%;
    }
    .invideo .invideo-r h3 {
        font-size: 24px;
    }
    .innum li {
        width: 50%;
        padding: 8px 0 8px;
    }
    .innum li:nth-child(2n) {
        background: none;
    }
    .inpro-cl dl {
        line-height: 48px;
    }
    .inpro-box .inprob-r i {
        display: none;
    }
    .inpro-box .inprob-r h3 {
        font-size: 24px;
        line-height: 40px;
    }
    .inpro-box .inprob-r h4 {
        font-size: 14px;
    }
    .inpro-box .inprob-r ul>li>img {
        width: 58px;
    }
    .inpro-box .inprob-r ul>li {
        font-size: 14px;
    }
    .inpro-box .inprob-r button {
        font-size: 14px;
        line-height: 30px;
    }
    /* invideo end*/

    /* custom */
    .cust-b .cust-r>img {
        width: 100%;
    }
    .custom{background: url(../images/scx.png) center top no-repeat;}
    .cust-b .cust-r>h3 {
        font-size: 24px;
        margin: 10px 0 10px;
    }
    .invideo_box{padding:0 10px;}
    .title_home{padding-top: 10px;}
    #scroll{padding-top: 10px;}
    #scroll .item img{width:100%;}
    #scroll h3{font-size:15px;}
    #scroll p{font-size:14px;}
    #scroll .txt{padding: 10px 10px;}
    .invideo .invideo-l{    position: initial;}
    .invideo .invideo-r a{margin-bottom: 30px;display: none;}
    .cust-b .cust-r>p {
        font-size: 14px;
    }
    .custom>ul>li {
        width: 92px;
    }
    .custom>ul>li>img {
        width: 28px;
    }
    /* custom end*/
    /* cpcf */
    .cpcf-li {
        width: 95%;
        flex-wrap: wrap;
    }
    .cpcf-li>li>a {
        font-size: 14px;
        line-height: 48px;
    }
    .cpcf-box .cfbox-line h4 {
        font-size: 18px;
    }
    /* cpcf end*/
   
    .inproc-line li img {
        width: 50px;
    }
    .inproc-line li>span>h3 {
        font-size: 15px;
    }
  
    /* innews */
    .innews-c .innews-tit {
        padding-bottom: 0;
        padding-left: 30px;
        background-size: 20px;
        background-position-y: 3px;
    }
    .innews-c .innews-tit>h4:nth-child(2)::before {
        top: 0px;
    }
    .innews-c .innews-tit>h4 {
        font-size: 16px;
    }
    .innews-c .scinew .inw-img {
        height: 24vh;
    }
    .innews-c .scinew h4 {
        font-size: 15px;
    }
    .innews-c .scinew h4>span {
        width: 60px;
        line-height: 24px;
    }
    .innews-c .scinew-b h4>span {
        width: 15px;
        height: 15px;
        line-height: 15px;
    }
    .innews-c .scinew-b>a {
        flex-wrap: wrap;
    }
    .innews-c .scinew-b h4 {
        width: 75%;
    }
    .innews-c .scinew p {
        font-size: 12px;
    }
    /* innews end*/
  
    footer .foot-con>div {
        width: 30%;
    }
    footer .foot-nav {
        display: none;
    }
    footer .foot-nav .foot-cen {
        width: 100%;
    }
    footer .foot-copy {
        width: 28%;
    }
    footer .foot-link {
        line-height: 60px;
        font-size: 14px;
    }
    footer .foot-link a {
        font-size: 14px;
    }
    .invideo .invideo-r dd{padding:10px 0;font-size: 15px;}
    .zs_box ul li{width:100%;position:relative;text-align: center;}
    .zs_box ul :nth-child(3){display:none}
    .zs_box ul li dl dt{font-size:20px;}
    .zs_box ul li dl dd{font-size:14px;}
    .zs_box ul li dl{background-size: 26px;display:none;}
    .zs_box ul li em{display:block;position: absolute;
    top: 0;
    color: #fff;
    line-height: 30px;
    padding-left: 10px;}
    .zs_box ul li img{margin-bottom: 10px;width: 95%;}
    .zs_box ul li dl span{zoom: 0.6;}
    .footblxfs_item01{display: none;}
    .yqlinkl{display: none;}
    .footbnav,.mainpost,.mainpost_box ul{display: none;}
    .bannews{background: none !important;
    height: auto !important;
    margin-top: 140px;}
    .page_chanpin ul li{width:49% !important;margin-left: 0% !important;}
    .page_chanpin ul li:nth-child(1), .page_chanpin ul li:nth-child(6){margin-left: 0% !important;}
    .page_chanpin ul li a{font-size: 14px !important;}
}

@media (max-width: 576px) {
    .f7 {
        display: none;
    }
    .box9026_-2034 {
        display: block;
    }
    .m-btn {
        width: 40%;
        margin: 25px auto;
    }
    /* header */
    header .navbar {
        top: 70px;
    }
    header {
        padding: 7px 0px !important;
        background-color: #fff;
        position: fixed;
        z-index: 999;
        margin: 0 !important;
        width: 100% !important;
        box-shadow: 0 0 5px #ccc;
    }
    header .head-sear {
        display: none;
    }
    header .menu .line {
        background: #333;
    }
    header .head-logo {
        width: auto;
        padding-left: 5px;
    }
    header .head-logo h1>a .head-img {
        font-size: 20px;
    }
    header .head-logo .head-txt {
        width: 175px;
    }
    header .head-logo .head-txt p {
        font-size: 20px;
    }
    header .head-logo i {
        display: none;
    }
    header .head-logo .head-txt span {
        font-size: 12px;
    }
    .head-bg.xg header {
        margin: 0 !important;
    }
    .head-bg.xg header .head-logo i {
        height: 60px;
        margin: 0 6px;
    }
    .head-bg.xg header .head-logo h1 p {
        font-size: 14px;
        margin-top: 12px;
    }
    .head-bg.xg header .head-logo h1 p>span {
        font-size: 15px;
    }
    header .menu {
        margin-right: 10px;
    }
    header .head-logo h1>a .head-img img {
        width: 80px;
        margin-right: 10px;
    }
    /* header end*/
    .index-banner {
        margin-top: 67px;
    }
    .index-banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .top-lang>a {
        width: 26px;
        height: 26px;
    }
    .head-bg.xg .top-lang>a {
        margin-top: 16px;
    }
    .top-lang>a:first-child {
        margin-right: 5px;
    }
    .index-banner .swiper-slide img {
        height: 28vh;
        object-fit: cover;
    }
    .index-banner .swiper-container .swiper-button-next,
    .index-banner .swiper-container .swiper-button-prev {
        width: 28px !important;
        background-size: 26px;
    }
    .m-title {
        width: 100%;
        text-align: center;
        margin: 20px auto;
    }
    .m-title h3 {
        font-size: 22px;
    }
    .m-title p {
        font-size: 14px;
        line-height: 26px;
    }
    /* invideo */
    .invideo .invideo-l {
        width: 100% !important;
    }
    .navbg{height:auto;}
    .owl-carousel .owl-item{width: 50% !important;}
    .owl-carousel .owl-item:nth-child(3){display: none !important;}
    .incase-parent{display: none !important;}
    .owl-carousel .owl-wrapper{transform: translate3d(0px, 0px, 0px) !important;}
    .owl-theme .owl-controls{display: none !important;}
    .invideo .invideo-r {
        width: 100%;
        padding-left: 0;
    }
    .invideo .invideo-r h3 {
        font-size: 22px;
        margin-top: 4%;
    }
    .invideo .invideo-r h4 {
        font-size: 15px;
        line-height: 28px;
        display: none;
    }
    .invideo .invideo-r i {
        margin: 2% 0;
    }
    .innum li {
        margin: 0% 0;
    }
    .innum h4>span {
        font-size: 34px;
    }
    .innum p {
        font-size: 13px;
    }
    /* invideo end*/
  
    /* custom */
    .cust-b .cust-l {
        width: 100%;
        margin-top: 10px;
    }
    .scroll-outer{width:97%;margin:0 auto;}
    .cust-b .cust-r {
        width: 95%;
        padding-left: 0;
        margin: 0 auto;
    }
    .custom>ul {
        left: 5%;
    }
    /* custom end */

 
    .inpro-line ul {
        flex-wrap: wrap;
    }
    .inproc-line ul {
        flex-wrap: wrap;
    }
    .inproc-line li {
        width: 24.7%;
    }
    .inproc-line li:nth-child(4n) {
        border-right: 0;
    }
    .inproc-line li>i {
        display: none;
    }
    /* news */
    .innews-c .innews-tit>h4:nth-child(2) {
        padding-left: 20px;
    }
    .innews-c .innews-tit>h4:nth-child(2)::before {
        left: 6px;
        top: 3px;
    }
    .news-bg .innews-c {
        flex-wrap: wrap;
        margin: 20px auto 20px;
        padding: 0 10px;
    }
    .innews-c .scifaq-img{display:none;}
    .innews-c .innews-tit>h4 {
        font-size: 16px;
    }
    .innews-c .innews-tit>p {
        font-size: 14px;
    }
    .innews-c .innews-l {
        width: 100%;
        margin-bottom: 6%;
    }
    .innews-c .innews-r {
        width: 100%;
    }
    .innews-c .scifaq h4 {
        font-size: 16px;
    }
    .innews-c .scifaq p {
        font-size: 12px;
        line-height: 22px;
    }
    .innews-c .scifaq-b h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
    }
    /* news end*/
    .m-bbtn a {
        padding: 0 20px;
        line-height: 34px;
        font-size: 14px;
    }
    .m-titbg .m-mess {
        display: none;
    }
   
    footer {
        margin-bottom: 64px;
    }
    footer .foot-link .f-li {
        flex-direction: column;
    }
    footer .foot-link {
        line-height: 50px;
        font-size: 14px;
    }
    footer .foot-link a {
        font-size: 14px;
    }
    footer .foot-con>div {
        width: 50%;
        margin: 0 auto;
    }
    footer .foot-cen {
        display: none;
    }
    footer .foot-cen p {
        font-size: 14px;
        line-height: 18px;
    }
    footer .foot-con h3>img {
        width: 80px;
    }
    footer .foot-er p {
        display: none;
    }
    footer .foot-copy {
        font-size: 14px;
        line-height: 26px;
        padding: 2% 0;
    }
}

@media (max-width: 375px) {
    .in-about .inab-r {
        height: 82vh;
    }
}